home *** CD-ROM | disk | FTP | other *** search
/ Amiga CD32 Gamer 13 / CD32 Gamer - 1995 - Issue 13.iso / demos / coyote.ii / wile.e.coyote ii < prev    next >
Text File  |  2000-12-31  |  688b  |  22 lines

  1. ; NOTE: This animation needs 1 meg of memory.
  2. ;       Hard drive users with only 1 meg might
  3. ;       have to disable hard drive(s) and boot
  4. ;       from floppy.
  5.  
  6. IF NOT EXISTS WE_CH.01
  7.    ECHO "WARNING: Can't find Wile.E.Coyote data files."
  8.    ECHO " "
  9.    ASSIGN >NIL: "Wile.E.Coyote II:" EXISTS
  10.    IF NOT WARN
  11.       ECHO "Floppy disk found. Copying files from floppy..."
  12.       COPY "Wile.E.Coyote II:WE_CH.#?" "" COM
  13.       ECHO " "
  14.       ASK  "Now close this window and try again."
  15.    ELSE
  16.       ECHO "To install to hard disk, you must copy the data files from floppy."
  17.       ASK  "Try inserting the Wile.E.Coyote disk and clicking on this icon."
  18.    ENDIF
  19.    QUIT
  20. ENDIF
  21. WE_CH.00
  22.